home *** CD-ROM | disk | FTP | other *** search
/ Chip: Net Guide / CHIP NET Rehberi Eylül 1998.iso / ftp / 32psfp / _SETUP.1 / ftppro.exe / 0 / RCDATA / TSCHEDULEEDITFORM / TSCHEDULEEDITFORM.txt
Encoding:
Text File  |  1998-06-12  |  6.8 KB  |  368 lines

  1. object ScheduleEditForm: TScheduleEditForm
  2.   Left = 324
  3.   Top = 154
  4.   Width = 414
  5.   Height = 411
  6.   Caption = 'Schedule Item'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label3: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 61
  20.     Height = 13
  21.     Caption = 'Transfer Set:'
  22.   end
  23.   object GroupBox4: TGroupBox
  24.     Left = 160
  25.     Top = 120
  26.     Width = 185
  27.     Height = 193
  28.     Caption = 'Weekly:'
  29.     TabOrder = 5
  30.     Visible = False
  31.     object RadioGroup2: TRadioGroup
  32.       Left = 8
  33.       Top = 16
  34.       Width = 169
  35.       Height = 161
  36.       Caption = 'Transfer Every:'
  37.       ItemIndex = 0
  38.       Items.Strings = (
  39.         'Monday'
  40.         'Tuesday'
  41.         'Wednesday'
  42.         'Thursday'
  43.         'Friday'
  44.         'Saturday'
  45.         'Sunday')
  46.       TabOrder = 0
  47.     end
  48.   end
  49.   object GroupBox5: TGroupBox
  50.     Left = 160
  51.     Top = 120
  52.     Width = 185
  53.     Height = 193
  54.     Caption = 'Monthly:'
  55.     TabOrder = 6
  56.     Visible = False
  57.     object Label7: TLabel
  58.       Left = 8
  59.       Top = 24
  60.       Width = 71
  61.       Height = 13
  62.       Caption = 'Repeat on the:'
  63.     end
  64.     object Label8: TLabel
  65.       Left = 72
  66.       Top = 40
  67.       Width = 79
  68.       Height = 13
  69.       Caption = 'day of the month'
  70.     end
  71.     object Edit1: TEdit
  72.       Left = 17
  73.       Top = 38
  74.       Width = 32
  75.       Height = 21
  76.       MaxLength = 2
  77.       TabOrder = 0
  78.       Text = '1'
  79.       OnKeyPress = Edit1KeyPress
  80.     end
  81.     object UpDown1: TUpDown
  82.       Left = 49
  83.       Top = 38
  84.       Width = 15
  85.       Height = 21
  86.       Associate = Edit1
  87.       Min = 1
  88.       Max = 31
  89.       Position = 1
  90.       TabOrder = 1
  91.       Wrap = False
  92.     end
  93.   end
  94.   object GroupBox2: TGroupBox
  95.     Left = 160
  96.     Top = 120
  97.     Width = 185
  98.     Height = 193
  99.     Caption = 'Hourly:'
  100.     TabOrder = 3
  101.     Visible = False
  102.     object Label4: TLabel
  103.       Left = 60
  104.       Top = 66
  105.       Width = 36
  106.       Height = 13
  107.       Caption = 'minutes'
  108.     end
  109.     object Label5: TLabel
  110.       Left = 8
  111.       Top = 24
  112.       Width = 68
  113.       Height = 13
  114.       Caption = 'Repeat Every:'
  115.     end
  116.     object Label9: TLabel
  117.       Left = 60
  118.       Top = 42
  119.       Width = 47
  120.       Height = 13
  121.       Caption = 'hours and'
  122.     end
  123.     object HourEd: TEdit
  124.       Left = 9
  125.       Top = 38
  126.       Width = 32
  127.       Height = 21
  128.       MaxLength = 2
  129.       ReadOnly = True
  130.       TabOrder = 0
  131.       Text = '0'
  132.       OnKeyPress = Edit1KeyPress
  133.     end
  134.     object HourUpDown: TUpDown
  135.       Left = 41
  136.       Top = 38
  137.       Width = 15
  138.       Height = 21
  139.       Associate = HourEd
  140.       Min = 0
  141.       Max = 24
  142.       Position = 0
  143.       TabOrder = 1
  144.       Wrap = False
  145.       OnClick = HourUpDownClick
  146.     end
  147.     object MinEd: TEdit
  148.       Left = 9
  149.       Top = 62
  150.       Width = 32
  151.       Height = 21
  152.       MaxLength = 2
  153.       ReadOnly = True
  154.       TabOrder = 2
  155.       Text = '5'
  156.       OnKeyPress = Edit1KeyPress
  157.     end
  158.     object MinUpDown: TUpDown
  159.       Left = 41
  160.       Top = 62
  161.       Width = 15
  162.       Height = 21
  163.       Associate = MinEd
  164.       Min = 5
  165.       Max = 59
  166.       Position = 5
  167.       TabOrder = 3
  168.       Wrap = False
  169.     end
  170.   end
  171.   object GroupBox3: TGroupBox
  172.     Left = 160
  173.     Top = 120
  174.     Width = 185
  175.     Height = 193
  176.     Caption = 'Daily:'
  177.     TabOrder = 4
  178.     Visible = False
  179.     object Label6: TLabel
  180.       Left = 8
  181.       Top = 16
  182.       Width = 155
  183.       Height = 13
  184.       Caption = 'Transfer On The Following Days:'
  185.     end
  186.     object CheckBox1: TCheckBox
  187.       Left = 16
  188.       Top = 32
  189.       Width = 97
  190.       Height = 17
  191.       Caption = 'Monday'
  192.       TabOrder = 0
  193.     end
  194.     object CheckBox2: TCheckBox
  195.       Left = 16
  196.       Top = 54
  197.       Width = 97
  198.       Height = 17
  199.       Caption = 'Tuesday'
  200.       TabOrder = 1
  201.     end
  202.     object CheckBox3: TCheckBox
  203.       Left = 16
  204.       Top = 76
  205.       Width = 97
  206.       Height = 17
  207.       Caption = 'Wednesday'
  208.       TabOrder = 2
  209.     end
  210.     object CheckBox4: TCheckBox
  211.       Left = 16
  212.       Top = 98
  213.       Width = 97
  214.       Height = 17
  215.       Caption = 'Thursday'
  216.       TabOrder = 3
  217.     end
  218.     object CheckBox5: TCheckBox
  219.       Left = 16
  220.       Top = 120
  221.       Width = 97
  222.       Height = 17
  223.       Caption = 'Friday'
  224.       TabOrder = 4
  225.     end
  226.     object CheckBox6: TCheckBox
  227.       Left = 16
  228.       Top = 142
  229.       Width = 97
  230.       Height = 17
  231.       Caption = 'Saturday'
  232.       TabOrder = 5
  233.     end
  234.     object CheckBox7: TCheckBox
  235.       Left = 16
  236.       Top = 164
  237.       Width = 97
  238.       Height = 17
  239.       Caption = 'Sunday'
  240.       TabOrder = 6
  241.     end
  242.   end
  243.   object ComboBox1: TComboBox
  244.     Left = 8
  245.     Top = 24
  246.     Width = 289
  247.     Height = 21
  248.     Style = csDropDownList
  249.     ItemHeight = 13
  250.     TabOrder = 0
  251.   end
  252.   object BitBtn1: TBitBtn
  253.     Left = 328
  254.     Top = 8
  255.     Width = 75
  256.     Height = 25
  257.     Caption = '&OK'
  258.     TabOrder = 7
  259.     OnClick = BitBtn1Click
  260.     Kind = bkOK
  261.   end
  262.   object BitBtn2: TBitBtn
  263.     Left = 328
  264.     Top = 40
  265.     Width = 75
  266.     Height = 25
  267.     Caption = '&Cancel'
  268.     TabOrder = 8
  269.     Kind = bkCancel
  270.   end
  271.   object BitBtn3: TBitBtn
  272.     Left = 328
  273.     Top = 72
  274.     Width = 75
  275.     Height = 25
  276.     TabOrder = 9
  277.     OnClick = BitBtn3Click
  278.     Kind = bkHelp
  279.   end
  280.   object RadioGroup1: TRadioGroup
  281.     Left = 8
  282.     Top = 120
  283.     Width = 145
  284.     Height = 193
  285.     Caption = 'Repeat:'
  286.     ItemIndex = 0
  287.     Items.Strings = (
  288.       'One-Time'
  289.       'Hourly'
  290.       'Daily'
  291.       'Weekly'
  292.       'Monthly'
  293.       'On Startup Once A Day'
  294.       'On Startup Always')
  295.     TabOrder = 2
  296.     OnClick = RadioGroup1Click
  297.   end
  298.   object GroupBox1: TGroupBox
  299.     Left = 8
  300.     Top = 56
  301.     Width = 289
  302.     Height = 57
  303.     Caption = 'First Transfer At:'
  304.     TabOrder = 1
  305.     object Label1: TLabel
  306.       Left = 8
  307.       Top = 24
  308.       Width = 26
  309.       Height = 13
  310.       Caption = 'Date:'
  311.     end
  312.     object Label2: TLabel
  313.       Left = 146
  314.       Top = 22
  315.       Width = 26
  316.       Height = 13
  317.       Caption = 'Time:'
  318.     end
  319.     object DateEdit1: TDateEdit
  320.       Left = 40
  321.       Top = 20
  322.       Width = 89
  323.       Height = 21
  324.       Hint = 'Date Field - Enter Date Here'
  325.       DateFormat = 'mm/dd/yyyy'
  326.       Date = '__/__/____'
  327.       MaxLength = 10
  328.       TabOrder = 0
  329.     end
  330.     object MaskEdit1: TMaskEdit
  331.       Left = 176
  332.       Top = 20
  333.       Width = 41
  334.       Height = 21
  335.       AutoSelect = False
  336.       EditMask = '!90:00;1;_'
  337.       MaxLength = 5
  338.       TabOrder = 1
  339.       Text = '  :  '
  340.     end
  341.   end
  342.   object GroupBox6: TGroupBox
  343.     Left = 8
  344.     Top = 320
  345.     Width = 337
  346.     Height = 57
  347.     Caption = 'Options'
  348.     TabOrder = 10
  349.     object DeleteCB: TCheckBox
  350.       Left = 8
  351.       Top = 16
  352.       Width = 185
  353.       Height = 17
  354.       Caption = 'Delete Source File After Transfer'
  355.       TabOrder = 0
  356.     end
  357.     object UpdateCB: TCheckBox
  358.       Left = 8
  359.       Top = 32
  360.       Width = 273
  361.       Height = 17
  362.       Hint = 'Send Only If File Size Is Different'
  363.       Caption = 'Update (Transfer Only When File Size Is Different)'
  364.       TabOrder = 1
  365.     end
  366.   end
  367. end
  368.